GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-03T16:41:25.8159553+00:00",
"SubmitDate": "2026-02-03T16:41:25.8159553+00:00",
"ReportPeriodStart": "2026-02-03T16:41:25.8159553+00:00",
"ReportPeriodEnd": "2026-02-03T16:41:25.8159553+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "96fcdfea-62df-4d9f-81df-89f030dd7f59",
"Rows": [
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "96fcdfea-62df-4d9f-81df-89f030dd7f59",
"Rows": [
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f023ce6-5e64-4bad-8770-e878744998fb",
"5105d6e7-57dd-4df9-ad36-74cf4e888a94"
],
"Approvers": [
"f7249c95-b67c-4a73-8be1-54cffa18d56e",
"81f2de88-1b2a-420e-b1ad-9399ae82064a"
],
"ApprovedBy": "1e1167b8-f4c0-4166-9725-4c07aa585773",
"ApprovalDate": "2026-02-03T16:41:25.8159553+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "065eea07-b994-437e-be70-54ee4030738d",
"id": "f6b15ce9-9aca-4c06-830f-ecffe9ea06ac",
"ConfigId": "bc2027e0-770d-4724-8714-43b1813a416f"
},
{
"GenerationDate": "2026-02-03T16:41:25.8159553+00:00",
"SubmitDate": "2026-02-03T16:41:25.8159553+00:00",
"ReportPeriodStart": "2026-02-03T16:41:25.8159553+00:00",
"ReportPeriodEnd": "2026-02-03T16:41:25.8159553+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "96fcdfea-62df-4d9f-81df-89f030dd7f59",
"Rows": [
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "96fcdfea-62df-4d9f-81df-89f030dd7f59",
"Rows": [
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f2a008f-ed4e-469e-b854-c5b314930b4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f023ce6-5e64-4bad-8770-e878744998fb",
"5105d6e7-57dd-4df9-ad36-74cf4e888a94"
],
"Approvers": [
"f7249c95-b67c-4a73-8be1-54cffa18d56e",
"81f2de88-1b2a-420e-b1ad-9399ae82064a"
],
"ApprovedBy": "1e1167b8-f4c0-4166-9725-4c07aa585773",
"ApprovalDate": "2026-02-03T16:41:25.8159553+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "065eea07-b994-437e-be70-54ee4030738d",
"id": "f6b15ce9-9aca-4c06-830f-ecffe9ea06ac",
"ConfigId": "bc2027e0-770d-4724-8714-43b1813a416f"
}
]